home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / 32eide.arj / READ.ME < prev    next >
Text File  |  1994-04-15  |  10KB  |  268 lines

  1.                                                                 04/15/94
  2.  
  3. DTC Enhanced IDE Drivers Application Notes
  4. ===========================================
  5.  The Data Technology Enhanced IDE drivers provide many performance
  6.      benefits for DTC 32-bit controllers (2270, 2278, 2290, 2130).  When
  7.      loaded, the drivers enable 32-bit host data transfer, Multi-sector
  8.      transfers, Mode 3 PIO cycles (2130 only), Logical Block Addressing, 
  9.      and Dual port support (2290 and 2130D only).
  10.  
  11.  Without drivers loaded, DTC 32-bit IDE controllers will operate 
  12.      as a standard ISA paddle card.
  13.  
  14. Summary of Features
  15. -------------------
  16.      Multiple Controller support
  17.           - 2 independent controllers can be supported per instance
  18.             per driver.
  19.  
  20.      The following drivers will attempt to determine drive geometry
  21.      by the following methods:
  22.           -- Via the System CMOS setup
  23.           -- Via an IDENTIFY command issued to the drive
  24.  
  25.      These drivers will support disks >1024 cylinders if the drive
  26.      supports LBA (Logical Block Address) translate mode on systems
  27.      where an Enhanced System BIOS exists.
  28.  
  29.      These drivers can display the BIOS (Int 13), IDENTIFY,
  30.      Command Line geometries and the geometry selected by the driver.
  31.  
  32.  
  33. ==================
  34.  Drivers Filenames:
  35. ==================
  36.  
  37.      DOSEIDE.SYS        DOS Enhanced IDE Device Driver
  38.                         (replaces DTC2270.SYS, DTC2278.SYS and DTC2290.SYS)
  39.      DTCIDE.ADD         IBM OS/2 V2.x Enhanced IDE Device Driver   **
  40.      ATDISK.SYS         Windows NT Enhanced IDE Device Driver
  41.      DTCIDE3.DSK        Novell 386 V3.1x Enhanced IDE Device Driver
  42.      DTCIDE4.DSK        Novell 486 V1.X Enhanced IDE Device Driver
  43.      DTCIDE4.DDI        Novell 486 Enhanced IDE Device Driver Information
  44.      WINEIDE.386        Windows 3.X Enhanced IDE Device Driver     **
  45.                         
  46. **   (For drives with cylinders > 1024, truncate CMOS setting to 
  47.       1024 cylinders)
  48.  
  49. =======
  50.  SYNTAX:
  51. =======
  52.  
  53.   *DOSEIDE.SYS loads in CONFIG.SYS File and can be loaded into high
  54.    memory:
  55.                 device=doseide.sys 
  56.   
  57.   *WINEIDE.386 loads in the SYSTEM.INI File under the [386enh] 
  58.    section (see detailed instructions below):
  59.                 
  60.                 device=wineide.386
  61.    
  62.   *DTCIDE.ADD loads in CONFIG.SYS File:
  63.  
  64.                 basedev=dtcide.add
  65.    
  66.   *DTCIDE3 and DTCIDE4 loads at Novell Command prompt:
  67.         
  68.                 load dtcide4.dsk   or   load dtcide3.dsk
  69.  
  70.   *ATDISK.SYS. Windows NT requires setup through NT registry. 
  71.    Refer to Windows NT Installation guide for details.  See Windows
  72.    NT installation note below.
  73.  
  74.  
  75.  
  76. ---------------------------------------------------------------------------
  77. Installation Instructions for DTC Windows Driver
  78. for Windows 3.1 or Windows for Workgroups 3.11
  79. ================================================
  80.  
  81. The DTC Windows Enhanced IDE Driver supports the following DTC Controllers:
  82.         - DTC 2130S     PCI/IDE, Single Port
  83.         - DTC 2130D     PCI/IDE, Dual Port, !! Primary Port Only !!
  84.         - DTC 2278VL    VESA/IDE, Single Port
  85.         - DTC 2270VL    VESA/IDE, Single Port
  86.         - DTC 2290      EISA/IDE, Dual Port (Must Disable Controller BIOS)
  87.  
  88. 1. Copy the file WINEIDE.386 into the C:\WINDOWS\SYSTEM directory of 
  89.    your harddisk.
  90.  
  91.  
  92. 2. Modify the file, SYSTEM.INI located in the C:\WINDOWS directory.
  93.    Locate the section [386Enh].  If 32-Bit Disk access is already enabled 
  94.    on your system, you will need to disable the WDCTRL Driver (by placing 
  95.    a ; at the beginning of the line) and enable the DTC Windows driver 
  96.    as follows:
  97.  
  98.         32BitDiskAccess=on
  99.         device=*int13
  100.         ;device=*wdctrl
  101.         device=wineide.386
  102.    
  103.    If 32BitDiskAccess is not currently enabled on your system, then add 
  104.    the following 3 lines to the [386Enh] section:
  105.         
  106.         32BitDiskAccess=on
  107.         device=*int13
  108.         device=wineide.386
  109.  
  110.  
  111. 3. DO NOT LOAD THE DOS DRIVER DTC2278.SYS, DTC2270.SYS, DTC2290.SYS OR
  112.    DOSEIDE.SYS IN CONFIG.SYS IF YOU WANT TO USE THE DTC WINDOWS DRIVER!
  113.    If you run DOS applications under Windows 3.x, you do NOT need the 
  114.    DTC DOS driver loaded.  The DTC Windows driver handles DOS 
  115.    applications under Windows.
  116.  
  117. 4. If you have properly installed the DTC Windows driver, you should 
  118.    briefly see the DTC Windows Driver banner when you start Windows.
  119.  
  120.  
  121.  
  122.  
  123. ----------------------------------------------------------------------------
  124. OS/2 2.x DTCIDE.ADD Driver Installation Instructions
  125. ====================================================
  126.        
  127.     A. Installing the driver into a drive that already has OS2 partition:
  128.        
  129.               1. Copy the file DTCIDE.ADD from the DTC Driver Diskette
  130.                  into the \OS2 directory on the hard disk.
  131.  
  132.               2. If the OS2 partition is configured to dual boot mode and
  133.                  the system is booted from DOS, reboot to OS2 first.
  134.                  Otherwise skip to 2.
  135.  
  136.               3. Edit the CONFIG.SYS file in the root directory.
  137.                  Remark the IBM1S506.ADD statement (if exists) to 
  138.  
  139.                         REM BASEDEV=IBM1S506.ADD
  140.  
  141.                  Add the DTCIDE.ADD statement
  142.  
  143.                         BASEDEV=DTCIDE.ADD 
  144.  
  145.                  where [option] is described earlier in the document.
  146.  
  147.               4. Reboot the system to activate the DTC IDE driver.
  148.                  When the system rebooted, the DTC signon
  149.                  message will appear on the screen:
  150.  
  151.                  "DTC PCI/VESA IDE Driver for IBM OS/2 2.x Rev. rr dd-mm-yy"
  152.  
  153.  
  154.      B. Installing the driver for a new OS2 installation:
  155.  
  156.               1. Backup the original OS2 "Diskette 1" and use the copy
  157.                  (let us named it as "DTC D1") for the following steps.
  158.  
  159.               2. Edit the CONFIG.SYS in "DTC D1".
  160.                  Remark the IBM1S506.ADD statement to 
  161.  
  162.                         REM BASEDEV=IBM1S506.ADD
  163.  
  164.                  Add the DTCIDE.ADD statement
  165.  
  166.                         BASEDEV=DTCIDE.ADD 
  167.  
  168.                  where [option] is described earlier in the document.
  169.  
  170.               3. Delete the IBM1S506.ADD file from the "DTC D1" diskette
  171.                  to make room for the DTCIDE.ADD driver.
  172.  
  173.               4. Copy DTCIDE.ADD file from the DTC distribution diskette
  174.                  to the "DTC D1" diskette.
  175.  
  176.               5. Follow the OS2 installation guide to install OS2. When
  177.                  requested for the "Diskette 1" diskette, insert the
  178.                  "DTC D1" diskette instead.
  179.  
  180.               6. The DTC driver is installed after the completion of the
  181.                  installation. When the system rebooted, the DTC signon
  182.                  message will appear on the screen:
  183.  
  184.                  "DTC PCI/VESA IDE Driver for IBM OS/2 2.x Rev. rr dd-mm-yy"
  185.  
  186.  
  187.  
  188. ---------------------------------------------------------------------------
  189. NOVELL Installation Instructions
  190. ================================
  191. Novell 3.1x  -  copy the file dtcide3.dsk to the directory where the Novell
  192.                 "server" is installed.
  193.              -  At the Netware console prompt (:), type -
  194.                 LOAD DTCIDE3
  195.                 
  196. Novell 4.x   -  copy the files dtcide4.dsk and dtcide4.ddi to the directory 
  197.                 where the Novell "server" is installed.
  198.              -  At the Netware console prompt (:), type -
  199.                 LOAD DTCIDE4
  200.  
  201.  
  202.  
  203. ----------------------------------------------------------------------------
  204. WINDOWS NT Driver Installation Instructions
  205. ==========================================
  206.         
  207. Install the Windows NT Operating System.  Follow the instructions provided 
  208. with the OS, using the built-in IDE driver - "ATDISK"
  209.  
  210. * After completion of installation, change into the Drivers Directory on the 
  211.   C: drive.  (i.e.  CD C:\WINNT\SYSTEM32\DRIVERS)
  212. * Backup the existing IDE driver.  (i.e.  Copy ATDISK.SYS to ATDISK.ORG)
  213. * Insert the DTC Driver diskette in floppy drive and copy the DTC Windows NT
  214.   driver, ATDISK.SYS, into the directory above. 
  215.   (i.e.  Copy A:\ATDISK.SYS C:\WINNT\SYSTEM32\DRIVERS)
  216. * Reboot the system by Shutting down and restarting.
  217.  
  218.  
  219. ---------------------------------------------------------------------------
  220. ---------------------------------------------------------------------------
  221.  
  222. ===========================  
  223.  Drive Incompatibility List:
  224. ===========================
  225.  
  226.    For the most up to date copy of the DTC "IDE Drive Compatibility List".
  227.    Call the DTC Fax Back at (408) 942-4005, and request document # 524.
  228.  
  229.   >> Brand Technology BT 9220
  230.         - hangs when cache on/off command is issued. /d#:c0 or /d#:c1
  231.  
  232.   >> Conner CP-30174
  233.         - set CMOS user define type (47/48) with 903 cyl, 8 hds, 46 sec
  234.  
  235.   >> Fujitsu M2614, 2614
  236.         - does not support Multi-sector. Use /d#:m0 software switch
  237.  
  238.   >> Fujitsu M2622, 2623, and 2624
  239.         - older models of these drives do not support Multi-sector.
  240.         Contact Fujitsu to verify your revision of drive.
  241.         - If drive does not support Multi-sector. Use /d#:m0 software switch
  242.  
  243.   >> Kalok 
  244.         - does not support Multi-sector. Use /d#:m0 software switch
  245.  
  246.   >> Maxtor 7120A
  247.         - does not support Multi-sector. Use /d#:m0 software switch
  248.  
  249.   >> Quantum ELS series
  250.         - does not support Multi-sector. Use /d#:m0 software switch
  251.         
  252.   >> Quantum LPS240A
  253.         - drive indicates that it is PIO Mode 2. Testing at DTC indicates
  254.         that this is incorrect. Use /d#:p0 software switch to set speed
  255.         to PIO Mode 0.
  256.  
  257.   >> Samsung
  258.         - does not support Multi-sector. Use /d#:m0 software switch
  259.  
  260.   >> Seagate ST-1090A, ST-1126A, ST-1162A, ST-1186A, ST-1201A, ST-1239A
  261.         - does not support Multi-sector. Use /d#:m0 software switch
  262.  
  263.   >> WD 93048-AD
  264.         - does not support Multi-sector. Use /d#:m0 software switch
  265.  
  266.  
  267.  
  268.